@charset "utf-8";
/* CSS Document */

.single-testimonial{
	border-bottom:1px solid #ccc;
}
.btn-see-more{
  color: #357ebd;
  border:1px solid #357ebd!important;
  font-size:1.1em!important;
}
.btn-see-more:hover,
.btn-see-more:focus,
.btn-see-more.focus,
.btn-see-more:active,
.btn-see-more.active,
.open > .dropdown-toggle.btn-see-more {
  color: #ffffff!important;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-see-more:active,
.btn-see-more.active,
.open > .dropdown-toggle.btn-see-more {
  background-image: none;
}